@charset "UTF-8";
@media (min-width: 851px){
div.mobile {display: none;}
div.compact {display: none;}
div.desktop {display: block;}}
@media (max-width: 850px){
div.mobile {display: none;}
div.compact {display: block;}
div.desktop {display: none;}}
@media (max-width: 635px){
div.mobile {display: block;}
div.compact {display: none;}
div.desktop {display: none;}}
div {padding-top: 0.2em;
	padding-bottom: 0.2em;}
body {
	background-color: #ACEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #585858;
	text-align: left;
	background-image: url();
	background-position: center top;
	margin-right: 5%;
	margin-left: 5%;
}

div.top	{float: left;}
nav.up	{height: 54px;
		width: 100%;
		margin: 0 auto;
		padding-left: 0px;
		padding-right: 0px;
		/*font-size: 12px;*/
		/*background-image: url(img/nav.png);
		background-repeat: repeat;
		background-color: #DDDDDD0;*/}
div.tContainer	{padding: 16px;
				color: #fffafa;
				background-image: url(img/nav.png);
				background-repeat: repeat;
				background-color: #DDDDDD0;}
div.eContainer	{padding: 16px;
				background-color: #DDDDFF;}
div.low		{float: right;}
nav.bottom	{height: 50px; 
			width: 100%;
			margin: 0 auto; 
			background-color: #DDDDDD;}

/*Start Desktop CSS*/
@media (min-width: 851px){
div.Mobile {
	/*Content hidden with small display*/
	display: none;
}
div.Compact {
	/*Content hidden with medium display*/
	display: none;
}
div.Desktop {
	/*Content shown with desktop display*/
	display: block;
}}/*End Desktop CSS*/
/*Start Compact CSS*/
@media (max-width: 850px){
div.Mobile {
	/*Content hidden with small display*/
	display: none;
}
div.Compact {
	/*Content displayed with medium display*/
	display: block;
}
div.Desktop {
	/*Content hidden with desktop display*/
	display: none;
}}/*End Compact CSS*/
/*Start Mobile CSS*/
@media (max-width: 635px){
div.Mobile {
	/*Content displayed with small display*/
	display: block;
}
div.Compact {
	/*Content hidden with medium display*/
	display: none;
}
div.Desktop {
	/*Content hidden with desktop display*/
	display: none;
}}/*End Mobile CSS*/
h1 {
	margin-block-start: 0px;
	margin-block-end: 0px;
	padding-top: 1em; 
	font-size: 150%;
	font-weight: bold;
	color: #678090;
	letter-spacing: 0.2em;
	padding-bottom: 1em;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #6F9DBE;
	letter-spacing: 0.15em;
	padding-bottom: .2em;
	background-color: #c0cad3;
	padding-top: .2em;
	padding-right: 1em;
	padding-left: 1em;
	text-align: left;
}
h2.Ntce {
	font-size: 125%;
	font-weight: bold;
	color: #6F9DBE;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: none;
	text-align: left;
	background-image: url(images/template/bar_info.png);
	background-repeat: repeat;
	padding-right: 2.5px;
	padding-left: 2.5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
h2.Advi {
	font-size: 125%;
	font-weight: bold;
	color: #5E8CAD;
	background-color: yellow;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: none;
	text-align: left;
	background-image: url(images/template/bar_advi.png);
	background-repeat: repeat;
	padding-right: 2.5px;
	padding-left: 2.5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
h2.Wtch {
	font-size: 125%;
	font-weight: bold;
	color: #4D7B9C;
	background-color: orange;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: none;
	text-align: left;
	background-image: url(images/template/bar_wtch.png);
	background-repeat: repeat;
	padding-right: 2.5px;
	padding-left: 2.5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
h2.Warn {
	font-size: 125%;
	font-weight: bold;
	color: #3C6A8B;
	background-color: #DD4444;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: none;
	text-align: left;
	background-image: url(images/template/bar_warn.png);
	background-repeat: repeat;
	padding-right: 2.5px;
	padding-left: 2.5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
a {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline overline;
	color: #6F9DBE;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.3em;
	text-align: right;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	color: #585858;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	color: #585858;
	letter-spacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
ul {
	font-size: 75%;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-left: 10%;
	list-style-type: square;
	text-transform: lowercase;
}
li {
	padding-bottom: 0.5em;
}
.blockquote {
	background-color: #E7E7DE;
	margin-right: 22%;
}
caption {
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	text-align: left;
}
table {
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-size: 100%;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	outline: 0.1em solid #0000AA;
}
footer 	{background-image: url(img/nav.png);
		background-repeat: repeat;
		background-color: #DDDDDD0;
		padding: 15px;}

.fcontainer {}

.clearfix {clear: both;}